func net.cgoLookupPTR

2 uses

	net (current package)
		lookup_unix.go#L324: 		if ptrs, err, ok := cgoLookupPTR(ctx, addr); ok {
		cgo_unix.go#L267: func cgoLookupPTR(ctx context.Context, addr string) (names []string, err error, completed bool) {